Welcome![Sign In][Sign Up]
Location:
Search - winsock TCP

Search list

[TCP/IP stacktcp-ipayixidailv

Description: 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname ()/gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send ()/recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Platform: | Size: 5120 | Author: 顾谦 | Hits:

[Internet-Networkwinsock_123456789

Description: winsock programs for TCP and UDP
Platform: | Size: 53248 | Author: aa | Hits:

[Internet-Networknetwork_programming_vb

Description: VB网络编程范例,包括:WinSock控件TCP,WinSock控件UDP-VB network programming examples, including : WinSock Control TCP, UDP WinSock Control
Platform: | Size: 62464 | Author: chen | Hits:

[TCP/IP stackTCPPacket

Description: 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助-source of this demonstration of how to simulate the original socket tcp package, right winsock network programming and tcp/ip agreement learning help
Platform: | Size: 3813376 | Author: flyhels | Hits:

[Internet-NetworkTCPclient+

Description: 使用WINSOCK实现基于TCP协议的代码客户端程序,已经通过调试-use of Winsock Based on the TCP client code has been adopted Debugging
Platform: | Size: 1024 | Author: 熊波 | Hits:

[CSharpChatRoom

Description: 用winsock编写的一个可以聊天的程序,基于TCP/IP协议的-Winsock prepared using a chat program, based on the TCP/IP protocol
Platform: | Size: 7439360 | Author: zhangjing | Hits:

[Internet-Networkj_9021_myicq

Description: 即时通讯工具。VB开发 使用WINSOCK和TCP/UDP协议-Instant messaging tools. VB to develop the use of WINSOCK and TCP/UDP protocol
Platform: | Size: 1047552 | Author: 杨过 | Hits:

[TCP/IP stackwinsock

Description: winsocked programming.A chat tool by Tcp/IP.Programmed by visual basic 6.0
Platform: | Size: 15360 | Author: haha | Hits:

[Internet-NetworkTCP

Description: 用VC写的一个服务器和客户端通信的程序实像.只要懂得Winsock编程就很容易看懂了.参考书籍:Windows网络与通信程序设计-Using VC to write a server and the client communication process is like. As long as it is easy to understand Winsock Programming understood. Reference books: Windows Network and Communication Program Design
Platform: | Size: 54272 | Author: dskgo | Hits:

[TCP/IP stackTCP

Description: 本源代码是介绍了一个TCPServer是如果建立的,怎样启动winsock和关闭它,怎么样和一TCPClient是怎样通讯的。-Source code is the introduction of a TCPServer is established if and how to start winsock and close it, how and what one tcpClient communications.
Platform: | Size: 2048 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSTCPNetKit_with_sourceCode

Description: TCP网络调试程序与程序源码 可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 主要就是用了winsock的一些函数进行封装。 源码中包含了用VC与EVC编译的源码-TCP network source debugger and procedures can be used for debugging TCP communications, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. Is mainly spent some function winsock package. Source code is included with VC compiler source with EVC
Platform: | Size: 113664 | Author: robotlee2002 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题-err
Platform: | Size: 4899840 | Author: wu | Hits:

[OtherWinSockClient

Description: vb利用WinSock控件进行tcp通讯-vb use WinSock controls tcp communication
Platform: | Size: 5120 | Author: 将来宾 | Hits:

[VC/MFCWinSock_example

Description: WinSock编程实例,电子书类.包括TCP UDP例子-WinSock programming examples, e-books category. Including TCP UDP example
Platform: | Size: 230400 | Author: sdghgk | Hits:

[TCP/IP stackTCP

Description: WINSOCK 客户端发送程序示例,可发送中英文字符-WINSOCK client sends a procedure example, can be sent in English and Chinese characters
Platform: | Size: 3072 | Author: | Hits:

[Internet-NetworkWinsockTCP-UDP

Description: Delphi源码\\Winsock TCP-UDP.rar-Delphi source \ Winsock TCP-UDP.rar
Platform: | Size: 234496 | Author: mama | Hits:

[TCP/IP stackWINSOCK-TCP

Description: 实现sockTCP聊天功能 ~~!!在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。-Achieve sockTCP chat ~ ~! ! In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, the user through the client program to log on to the server, you can log in the same server with the user to chat, this is a connection-oriented communication process. Therefore, procedures to TCP/IP environment, the realization of server-side and client procedures in two parts.
Platform: | Size: 109568 | Author: 121 | Hits:

[P2PWinSocket-TCP

Description: 使用WinAPI基于WinSock的ICPIP程序,有简单聊天功能,中演示了两种通信方式,一种基于数据报,一种是点对点的方式,有简单的代码功能段注释,有一定网络编程的爱好者相信看的懂-Use WinAPI the ICPIP based WinSock procedures, a simple chat functionality, in the presentation of two means of communication, a report based on data, a peer-to-peer manner, a simple code function paragraph notes, have a certain network programming看的懂enthusiasts believe
Platform: | Size: 4096 | Author: 黄志辉 | Hits:

[Program docWinsockWithVB

Description: TCP/IP vs UDP/IP Using VB + Winsock -TCP/IP vs UDP/IP Using VB+ Winsock
Platform: | Size: 27648 | Author: boonlue | Hits:

[Internet-NetworkTCP

Description: 基于winsock实现的socket通信tcp/ip的服务端和客户端代码,可做测试时的模拟器。-Winsock-based communications socket to achieve the tcp/ip client service and client code, the simulator can be tested.
Platform: | Size: 101376 | Author: 粟立军 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net